home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / archive / userbox / publicdomain / frexxed.lha / frexxed / fpl / SwapBuffer.FPL.README < prev    next >
Text File  |  1996-03-26  |  1KB  |  37 lines

  1. ############################################
  2. File:        SwapBuffer.FPL
  3. Author:        Kjell Ericson/Daniel Stenberg
  4. Email:        FidoNet 2:201/328
  5. Short:        Display any buffer in any view, even if already visible
  6. Version:    2.1
  7. Date:        27.7.95
  8. Local settings:
  9. Global settings:
  10. Keysequence:    "Alt 'Left'", "Alt 'Right'" and "Amiga G"
  11. Type: keys
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   The functions on "alt left" and "alt right" swap the current buffer with the
  17. next in the list. If that buffer already is visible on screen, a duplicate
  18. will be made of the entry. That makes the view independent of the other views.
  19. Whatever the other views are showing, you can make this view show whichever
  20. buffer you please.
  21. A duplicated entry will be killed as soon as you remove it.
  22.  
  23.   The function on "Amiga G" which was added for 2.0 of this script, is a very
  24. similar one, except for the fact that this prompts for a buffer to view in
  25. the current view, independent of what the other views are showing. (The
  26. GotoBuffer() function would jump to a view if the selected buffer is visible
  27. in one! :()
  28.  
  29. HISTORY
  30.   2.1 -    Made the new buffer selected with "amiga shift g" pop up as
  31.     selected in the 'popup_view' info variable.
  32.  
  33. BUGS
  34.   If you resize a view so a duplicated entry is removed.  That entry will not
  35. be killed unless it is brought back and removed by the SwapBuffer function.
  36.  
  37.